Pocket Sphinx SR Pronunciate Word JSON Reference
Declared in | Voiceflow.schema.json |
Overview
Specifies a word to send to Pocket Sphinx in order for Pocket Sphinx to pronunciate. Pocket Sphinx sends back a speech recognition pronunciation and a speech synthesis pronunciation which can be used in Flite Speech synthesizer.
Note: Unless stated otherwise, value of properties that are of type "string"
can be updated at runtime by an application if their value is entered as a field name wrapped by "$["
and "]"
. If a property is of a type other than "string"
, then an additional property of type "string"
with the same property name appended with the string "Runtime"
is added to have its value entered as a field name wrapped by "$["
and "]"
. This allows the application to set the value of the field name at runtime to be the value of the original non-runtime property. Valid values of runtime fields override the values of non-runtime properties.
Tasks
-
word
Specifies the word to send to Pocket Sphinx for pronunciation. Example:
"word"
:"meemzee"
. The value can be set at runtime using"$[<FieldName>]"
entry convention.Parameter is required.
-
saveSRPronResult
Specifies the key that will hold the speech recognition pronunciation value. Example:
"saveSRPronResult"
:"$[SRPron]"
. The value can be set at runtime using"$[<FieldName>]"
entry convention.Parameter is required.
-
saveSSPronResult
Specifies the key that will hold the speech synthesis pronunciation value. Example:
"saveSSPronResult"
:"$[SSPron]"
. The value can be set at runtime using"$[<FieldName>]"
entry convention.Parameter is required.
Properties
saveSRPronResult
"saveSRPronResult": string
Discussion
Specifies the key that will hold the speech recognition pronunciation value. Example: "saveSRPronResult"
: "$[SRPron]"
. The value can be set at runtime using "$[<FieldName>]"
entry convention.
Parameter is required.
Declared In
Voiceflow.schema.json
saveSSPronResult
"saveSSPronResult": string
Discussion
Specifies the key that will hold the speech synthesis pronunciation value. Example: "saveSSPronResult"
: "$[SSPron]"
. The value can be set at runtime using "$[<FieldName>]"
entry convention.
Parameter is required.
Declared In
Voiceflow.schema.json